home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / lzpip103.zip / STDINC.H < prev    next >
Text File  |  1994-02-03  |  277b  |  14 lines

  1. #ifdef MODERN
  2. #  if (!defined(M_XENIX) && !(defined(__GNUC__) && defined(sun)))
  3. #    include <stddef.h>
  4. #  endif
  5. #  include <stdlib.h>
  6. #  if defined(SYSV) || defined(__386BSD__)
  7. #    include <unistd.h>
  8. #  endif
  9. #else
  10.    char *malloc();
  11. #  define void int
  12. #endif
  13.  
  14.